home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
marchzuma.swf
/
scripts
/
frame_1
/
PlaceObject2_6_1
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Wrap
Text File
|
2007-10-01
|
246b
|
14 lines
onClipEvent(enterFrame){
Total = _root.getBytesTotal();
Load = _root.getBytesLoaded();
Percent = Math.round(Load / Total * 100);
if(Load >= Total)
{
_root.play();
}
else
{
this.t = Percent;
}
}